/*
@font-face {
  font-family: 'Arial';
  src: url("fonts/arial.ttf");
  font-weight: normal;
  font-style: normal; }

*/


body {
    font-family:  'Cairo', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
    background: #fff; }

#page {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    /*
      background-image: url('../images/background.png');
      background-attachment: fixed;
    */
}
.offcanvas #page {
    overflow: hidden;
    position: absolute; }
.offcanvas #page:after {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.7);
    content: ""; }

a {
    color: #ffff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
a:hover, a:active, a:focus {
    color: #3c97e8;
    outline: none;
    text-decoration: none; }

p {
    margin-bottom: 20px; }

h1, h2, h3, h4, h5, h6, figure {
    color: #ffffff;
    font-weight: 800;
    margin: 45px 0 50px 0;
    font-size: 23px;
}

::-webkit-selection {
    color: #fff;
    background: #3c97e8; }

::-moz-selection {
    color: #fff;
    background: #3c97e8; }

::selection {
    color: #fff;
    background: #3c97e8; }


/*
@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
*/

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 8.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 30px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
    text-align: left;
}
.option-input:hover {
    background: #9faab7;
}
.option-input:checked {
    background: #40e0d0;
}
.option-input:checked::before {
    height: 30px;
    width: 30px;
    position: absolute;
    content: '';
    display: inline-block;
    font-size: 20.66667px;
    text-align: center;
    line-height: 32px;
}
.option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #40e0d0;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}
.option-input.radio {
    border-radius: 50%;
}
.option-input.radio::after {
    border-radius: 50%;
}


.option-input.radio:focus{outline: 0px auto -webkit-focus-ring-color;}



.floatmessage{   
     text-align: left;
    color: #3dcec2;
    direction: ltr;}

.green-border-focus{direction: rtl;}

.green-border-focus .form-control:focus {
    border: 1px solid #2cb3a7;
    box-shadow: 0 0 0 0.2rem rgb(40, 152, 208);

}


.floatmessage3 {
    text-align: left;
    color: #3dcec2;
    direction: ltr;
    padding-bottom: 0%;
    padding-right: 2%;}


.terms {
    padding: 4%;
    margin-top: -5%;
    direction: ltr;
    list-style:decimal;
    padding-right: 30px;
    text-align: justify;
    color: #272727;}

#colorlib-terms{
    margin-top: -21px;
    background-color: #ffffff;
    box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
    padding: 1%;
}


.bestlogos{
    margin-top: 2%;
    font-size: 35px;
    color: #3dcec2;
    margin-bottom: 20px;
    text-transform: capitalize;
}

#more-message{
    padding: 6px 23px !important;
    border: 3px solid #5c9e99;
    /* box-shadow: 1px 0px 5px grey; */
}

#more-message:hover{
    background-color:dodgerblue;

}

#details{
    float: left;
    margin-top: -6%;
    margin-left: 7%;
    background-color: white;
    color: #343535;
    padding: 2px 24px !important;
    border: 3px solid #5c9e99;
}

#details:hover{  color: #fff!important;
                 border: 3px solid #fff !important;}

#subscribe{
    width: 86%;
    border: 1px;
    background-color:  #3dcec2bf;
}


#subscribe:hover{background-color: #3dcec2 !important;}

#subscribebox{background-color: #fff6eb8c;
              padding: 2%;
              height: 360px;
              text-align: center;
              width: 40%;
              box-shadow: 0px 1px 4px #ccc6c6;
              background-image: url(../images/subscribe.png);
}

.title-subscribe{color:#ffffff; }


.text-guide{   
    margin-bottom: -5%;
    margin-top: 3%;}



#container-details{
    background-color: white;
    box-shadow: 0px 0px 5px #d2d2d2;
    margin-top: -1%;
    background-attachment: fixed;
    height: auto;
    padding-top: 2%;
}


.list-category-details {
    direction: ltr;
    color: #13426bd1;
    list-style: none;
    text-align: left;
    padding-left: 2%;
    margin-bottom: 5%;

}

.column2 {
    width: 100%;
    float: left;
    display: inline-block;
    background-color: #000000b8;
    margin: 30px;
    text-align: center;
    margin-left: 4%;
    height: auto;
    margin-right: 0;
    border-radius: 6px;
    padding: 2%;
    padding-right: 0%;
    background-image: url(..//images/textured-overlay.png);
    background-size: cover;
}

.title-category-details {
    text-align: left;
    padding-left: 2%;
    color: #3dcec2;
    margin-bottom: 1%;
}


.title-category-details2 {
    text-align: left;
    padding-left: 2%;
    color: #3dcec2;
    margin-bottom: 3%;
    margin-top: 5%;}

.advanced{ text-align: center; margin-top: 7px; }

.advanced a   
{color: #13426b; font-weight: 800;  text-transform: capitalize;}


.advanced a:hover{color: #fff;text-decoration: underline;}   

#colorlib-hero .flexslider .slider-text >  #guide-slide-text{     transform: scaleX(-1);   height: 500px;}



.carousel-inner .active.left { left: -25%; }
.carousel-inner .next        { left:  25%; }
.carousel-inner .prev		 { left: -25%; }
.carousel-control 			 {width: 10%;color: white;font-size: 28px;}
.carousel-control.left,.carousel-control.right {margin-left: -8%;background-image:none;top: 42%;margin-right: -71px;}


.col_half { width: 15%; }
.col_third { width: 15%; }
.col_fourth { width: 15%; }
.col_fifth { width: 15%; }
.col_sixth { width: 15%; }
.col_three_fourth { width:155%;}
.col_twothird{ width: 15%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
    position: relative;
    display:inline;
    display: inline-block;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}
.end { margin-right: 0 !important; }
/* Column Grids End */

.wrapper {width: 85%;margin: 110px auto;position: relative;margin-bottom: 20%;}
.counter {background-color: #13426b;
          padding: 30px 35px ;
          border-radius: 5px ;
        width: 23%;
        margin: 40px 11px -17px;}
.counter:hover{background-color: #51d3c8;  transition: 0.25s;}
.count-title {font-size: 40px;font-weight: 700;margin-top: 10px;margin-bottom: 0;text-align: center;color: #ffffff;}
.count-text {font-size: 18px;font-weight: normal;margin-top: 22px;margin-bottom: 0;text-align: center;color: #ffffff;}
.fa-2x { margin: 0 auto; float: none; display: table; color: #4ad1e5; }


.btn.btn-lg.btn-learn.details{
    padding: 5px 18px !important;
    margin-top: 16%;}

#searchcolor{    color: #ffffff;}


#colorlib-hero .flexslider .slider-text > .slider-text-inner #dalel{    
    text-transform: capitalize;
    margin-right: 30%;
    margin-top: -13%;}


.colorlib-nav .social li{
    background-color: white;
    border-radius: 50%;
    font-size: 16px;
    margin: 1%;
    line-height: 1.9;
    text-align: center;
    color: #094a73;
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    transition: 1.2s;
}

.social{
    float: right;
    text-align: right;
}

.colorlib-nav ul li a.languagebtn{   
    padding: 0 15px;
    border: 2px solid #13426b;
    border-radius: 50px;
    color: #13426b;
    font-size: 15px;
    margin: 0 8px;}

    .colorlib-nav ul li a.languagebtn:hover{color: #fff;background-color: #13426b;}

.colorlib-nav .social li:hover{    background-color: #094a73;  color: #ffffff;}

.colorlib-nav {
    width: 100%;
    padding: 0;
    z-index: 1001; }
.colorlib-nav .top {
    display: block;
    width: 100%;
    padding: 10px 0px 0px 0;
}
@media screen and (max-width: 768px) {
    .colorlib-nav .top {
        padding-bottom: 3em; } }
.colorlib-nav .top-menu {
    padding: 30px 0 0 0;
    /* background-color: #00c3b3; */
    background-image: url('../images/top.png');
}
@media screen and (max-width: 768px) {
    .colorlib-nav .top-menu {
        padding: 0; } }
.colorlib-nav .num, .colorlib-nav .loc {
    position: relative;
    float: right;
}
@media screen and (max-width: 768px) {
    .colorlib-nav .num, .colorlib-nav .loc {
        display: none; } }
.colorlib-nav .num .icon, .colorlib-nav .loc .icon {
    position: absolute;
    top: 10px;
    left: 14px;
    text-align: center;
    display: table;
    width: 27px;
    height: 27px;
    /* background: #094a73; */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #094a73;
    font-size: 13px;
    line-height: 2;
    border: 1px solid #094a73;
    /*
          position: absolute;
          top: -1px;
          left: 14px;
          text-align: center;
          display: table;
          width: 25px;
          height: 25px;
          background: #094a73;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          color: #fff;
          font-size: 12px;
          line-height: 2;
    */
}
.colorlib-nav .num .icon i, .colorlib-nav .loc .icon i {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    font-size: 24px;
    color: #fff; }
.colorlib-nav .num p, .colorlib-nav .loc p {
    font-size: 14px;
    padding-left: 50px;
    font-weight: 400;
    text-align: right;
}

.colorlib-nav .num p a, .colorlib-nav .loc p a {
    color: #3dcec2;
    font-size: 26px;
    font-weight: 800;
}
.colorlib-nav #colorlib-logo {
    font-size: 38px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-family:  'Cairo', sans-serif;
}


.logo-image{
    width: 24%;
    margin-top: -7%;
    float: left;
    margin-bottom: -9px;
}

@media screen and (max-width: 768px) {
    .colorlib-nav #colorlib-logo {
        text-align: left !important;
        margin-top: 10px;
        margin-bottom: 20px; } }
.colorlib-nav #colorlib-logo a {
    color: #3c97e8;
    position: relative; }
.colorlib-nav #colorlib-logo a span {
    color: #9bdf46; }
.colorlib-nav #colorlib-logo a i {
    font-size: 34px; }
.colorlib-nav .menu-wrap {
    padding: 11px 0 21px 0;
    width: 100%;
    /* background-color: #00c3b3; */
}
.colorlib-nav .menu-1 {
    padding: 7px 0 0px 0;
    width: 100%;
    float: left;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .colorlib-nav .menu-1 {
        display: none; } }
.colorlib-nav ul {
    display: block;
    padding: 0;
    margin: 0;
    margin-left: -15px; }
.colorlib-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0px;
}
.colorlib-nav ul li a {
    padding: 20px;
    color: rgb(255, 255, 255);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    /* transition: 0.5s; */
    font-weight: 900;
}
.colorlib-nav ul li a:hover, .colorlib-nav ul li a:focus, .colorlib-nav ul li a.active {
    color: #095482;
}
.colorlib-nav ul li.has-dropdown {
    position: relative; }
.colorlib-nav ul li.has-dropdown .dropdown {
    width: 140px;
    -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: left;
    background: #282e34;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s; }
.colorlib-nav ul li.has-dropdown .dropdown:before {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #282e34;
    border-width: 8px;
    margin-left: -8px; }
.colorlib-nav ul li.has-dropdown .dropdown li {
    display: block;
    margin-bottom: 7px; }
.colorlib-nav ul li.has-dropdown .dropdown li:last-child {
    margin-bottom: 0; }
.colorlib-nav ul li.has-dropdown .dropdown li a {
    padding: 2px 0;
    display: block;
    color: #b3b3b3;
    line-height: 1.2;
    text-transform: none;
    font-size: 13px;
    letter-spacing: 0; }
.colorlib-nav ul li.has-dropdown .dropdown li a:hover {
    color: #fff; }
.colorlib-nav ul li.has-dropdown:hover a, .colorlib-nav ul li.has-dropdown:focus a {
    color: #9bdf46; }
.colorlib-nav ul li.active > a {
    color: #094a73;
}
.colorlib-nav .btn-cta {
    margin-bottom: 0;
    text-align: right;
    display: inline-block;
    width: 100%; }
@media screen and (max-width: 768px) {
    .colorlib-nav .btn-cta {
        text-align: center !important; } }
.colorlib-nav .btn-cta a {
    padding: 0 !important;
    color: #fff; }
.colorlib-nav .btn-cta a span {
    background: #9bdf46;
    padding: 7px 15px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px; }
.colorlib-nav .btn-cta a:hover span {
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75); }

#colorlib-hero {
    height: 800px;
    background: #fff url(../images/loader.gif) no-repeat center center;
    z-index: 0;
    width: 100%;
    display: block;
    margin-top: -21px;
}
#colorlib-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0; }
#colorlib-hero .flexslider .slides {
    position: relative;
    overflow: hidden;
    height: 700px;}
#colorlib-hero .flexslider .slides li {
    background-repeat: no-repeat;
    /*        background-size: contain;*/
    background-position:inherit;
    min-height: 800px;
    position: relative; 
    transform: scaleX(-1);
}

#colorlib-hero .flexslider .slides li:after, #colorlib-hero .flexslider .slides li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    z-index: 1;
    /*
    background: white;
    background: -moz-linear-gradient(left, white 0%, white 35%, rgba(255, 255, 255, 0) 79%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(35%, white), color-stop(79%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, white 0%, white 35%, rgba(255, 255, 255, 0) 79%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, white 0%, white 35%, rgba(255, 255, 255, 0) 79%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, white 0%, white 35%, rgba(255, 255, 255, 0) 79%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(35%, white), color-stop(79%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white 0%, white 35%, rgba(255, 255, 255, 0) 79%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 ); 
    */
    /*          background-image: url('../images/overlay.png');*/
}

#colorlib-hero .flexslider .slides li:before {
    background-image: url('../images/overlay.png');
    /*
              background: white;
              background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 100%);
              background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(15%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
              background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 100%);
              background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 100%);
              background: -ms-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 100%);
              background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(15%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
              background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 100%);
              filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); 
    */
}
#colorlib-hero .flexslider .flex-control-nav {
    bottom: 0em;
    z-index: 1000;
}
#colorlib-hero .flexslider .flex-control-nav li a {
    background: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 10px;
    height: 10px;
    cursor: pointer;
    position: relative; }
#colorlib-hero .flexslider .flex-control-nav li a:after {
    position: absolute;
    top: -3px;
    left: -3px;
    right: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    content: '';
    border: 2px solid rgb(81, 211, 200);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: white;
}
#colorlib-hero .flexslider .flex-control-nav li a.flex-active {
    cursor: pointer;
    background: #9bdf46; }
#colorlib-hero .flexslider .flex-control-nav li a.flex-active:after {
    border: 2px solid #ffffff;
    background-color: #3dcdc2;
}
#colorlib-hero .flexslider .flex-direction-nav {
    display: none; }
#colorlib-hero .flexslider .slider-text {
    display: table;
    opacity: 0;
    min-height: 650px;
    z-index: 9;
    right: -47%;
    text-align: center;
}
#colorlib-hero .flexslider .slider-text > .slider-text-inner {
    display: table-cell;
    vertical-align: middle;
    height: 800px;
        transform: scaleX(-1);
}
#colorlib-hero .flexslider .slider-text > .slider-text-inner h1, #colorlib-hero .flexslider .slider-text > .slider-text-inner h2 {
    margin: 0;
    padding: 0;
    color: white;
}
#colorlib-hero .flexslider .slider-text > .slider-text-inner h1 {
    margin-bottom: 18px;
    font-size: 48px;
    line-height: 1.3;
    font-weight: 300;
    margin-top: 3%;
}
@media screen and (max-width: 768px) {
    #colorlib-hero .flexslider .slider-text > .slider-text-inner h1 {
        font-size: 30px; } }
#colorlib-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 300;
    font-family:   'Cairo', sans-serif;
    color: rgba(0, 0, 0, 0.5); }
#colorlib-hero .flexslider .slider-text > .slider-text-inner h2 a {
    color: rgba(255, 255, 255, 0.5); }
#colorlib-hero .flexslider .slider-text > .slider-text-inner .doc-holder {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px; }
#colorlib-hero .flexslider .slider-text > .slider-text-inner .btn {
    padding: 12px 23px !important;
    color: #fff;
    border: none !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    
}
#colorlib-hero .flexslider .slider-text > .slider-text-inner .btn:hover {
    background: #092a52 !important;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    color: #3dcec2;
}
#colorlib-hero .flexslider .slider-text > .slider-text-inner .colorlib-lead {
    font-size: 20px;
    color: #fff; }
#colorlib-hero .flexslider .slider-text > .slider-text-inner .colorlib-lead .icon-heart {
    color: #d9534f; }


.radiobtn{  
    text-transform: capitalize;
    direction: ltr;
    display: inline-block;
    margin: 1%;
    color: #13426b;
    font-size: 21px;}

/*

.colorlib-counters .searchplace{    background-color: #3dcec2;
    margin-top: 13%;
    box-shadow: inset 0px -1px 13px #35a59b;
    margin-bottom: -3%;}
*/

.guidetitleplace {
    margin-top: 0;
    font-size: 35px;
    margin-bottom: 2%;
    color: #51d3c8;
}


.advancedsearch{
    width: 100%;
    background-color: #ecf0f3;
    padding: 9px;
    background: #13426b14;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-size: 14px;
    color: #999999;
    text-transform: capitalize;
}


#advancedsearchcontainer {
    box-shadow: 0px 0px 8px #80808036;
    margin-top: -4%;
    background-color: #fff;
    padding-bottom: 1%;
    padding-top: 2%;
}



#floatright{float: right;}

#placecontainer{  background-color: #f3f3f3;
                  box-shadow: 0px 2px 9px #80808091; 
                  margin-top: -4%;
                  padding: 2%;
                  direction: ltr;

}

.containerdetails{background-color: #00bfafc2;
                  padding-bottom: 1%;
                  padding-top: 1%;     box-shadow: 0px -2px 9px #cececeb8;}


.containerguide{background-color: #00bfafc2;
                padding-bottom: 1%;
                padding-top: 1%;     box-shadow: 0px -2px 9px #cececeb8;}

#containertop{background-color: #00bfafc2;
              padding-bottom: 1%;
              padding-top: 1%;     box-shadow: 0px -2px 9px #cececeb8;}



.breadcrumbs {
    height: 400px !important;
    display: block;
    width: 100%;
    overflow: hidden; }
.breadcrumbs .slides li {
    height: 40px; }
.breadcrumbs .slides li .slider-text {
    display: table;
    opacity: 0;
    min-height: 400px !important;
    z-index: 9; }
.breadcrumbs .slides li .slider-text > .slider-text-inner {
    display: table-cell;
    vertical-align: middle;
    height: 350px !important; }
.breadcrumbs .slides li .slider-text > .slider-text-inner h1 {
    font-size: 40px !important; }
.breadcrumbs .slides li .slider-text > .slider-text-inner h1 strong {
    color: #3c97e8; }




.title-category{text-align: right;padding-right: 2%;}

.list-category{direction: rtl;color: #f3eee8;list-style: none;text-align: right;padding-right: 2%;}

.dark{
    color: #094a73;
    font-weight: 800;
    padding-left: 1%;
    padding-right: 1%;
}



.discount{/*    color: #ffffff;*/
    font-weight: 100;
    margin: 8px 0 0 0;
    font-size: 14px;
    text-align: right;
    padding-right: 20px;
    direction: rtl;
    color: #ffffff; 
    background-image: url(https://ce.uwex.edu/wp-content/uploads/2016/06/textured-overlay-2.png);  
    background-size: cover; 
    border-radius: 22px;  
    filter: drop-shadow(2px 2px 6px #0000007a);
    background-repeat: no-repeat; }

.discount2 {
    /* color: #ffffff; */
    font-weight: 100;
    margin: 8px 0 0 0;
    font-size: 14px;
    text-align: left;
    padding-right: 20px;
    direction: ltr;
    color: #ffffff;}

.colorchange{    background-color: #fe7551; background-position: center;}
.colorchange1{    background-color: #f5ba64;background-position: bottom;}
.colorchange2{    background-color: #c3769c;background-position: center;}

.percent{color: #424242;font-weight: 800;font-size: 18px;}

.percent2{color: #3dcec2;font-weight: 800;font-size: 18px;}

.guidetitle{
    margin-top: 4%;
    font-size: 35px;
    margin-bottom: 1%;
    color: #51d3c8;
    text-transform: capitalize;
}

hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 94%;
    height: 95%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 12px;
    background-color:rgba(75, 75, 75, 0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 22px solid #13426b;
    border-top-left-radius: 26px;
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
    background-image: url(../images/title.png);
    background-size: cover;
}

.hovereffect:hover .overlay {
    background-color: rgba(41, 160, 150, 0.55);
    cursor: pointer;
}

.hovereffect img {
    display: block;
    position: relative;
    width: 100%;
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 19px;
    padding: 18px;
    background: rgb(20, 66, 107);
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    top: 60%;
    /*  background-image: url('./images/top.png');*/
}

.hovereffect:hover h2 {
    color: #51d3c8;

    /*
      -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
      transform: translateY(5px);
    */
    /* background-image: url(../images/title.png); */
    /* background-size: cover; */
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    /* border: 1px solid #fff; */
    /* background-color: transparent; */
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    margin: -88px 0 0 0;
    padding: 46px 140px;
    font-weight: 800;
}

.hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect a.info:hover {
    /* box-shadow: 0 0 5px #fff; */
}



.icon-counter{
    color: #3dcec2;
    font-size: 50px;
    text-align: center;
    margin: 35%;
    line-height: 1.3;
}

.icon-counter1{
    color: #ffffff;
    font-size: 34px;
    text-align: center;
    margin: 0px;
    line-height: 1.2;
}





.center{text-align: center;
        padding-top: 1%;}



.hovereffect2 {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #0c4e77;
    border-radius: 22px;
    filter: drop-shadow(0px 0px 4px #5f5f5f);
    margin-bottom: 17%;
    direction: ltr;
}

.hovereffect2 .overlay2 {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 50px 20px;
}

.hovereffect2 img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hovereffect2:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.hovereffect2 h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    overflow: hidden;
    padding: 0.5em 0;
    background-color: transparent;
}

.hovereffect2 p:after {
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    top: 44%;
}

.hovereffect2:hover h2:after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.hovereffect2 p {
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}

.hovereffect2:hover a, .hovereffect2:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    margin-top: 17%;
}


.clinicdescription{    text-align: right;
                       padding-right: 3%;
                       color: #094a73;
                    text-transform: capitalize;}

.clinicdescription2{text-align: center;
                    color: #ffffff;
                    font-size: 12px;
                    height: 50px;
                text-transform: capitalize;}


#confirm{    background-color: #31c3b9;
             border-color: #ffffff;}


#subtitle4{    color: #fff;
               text-align: center;
               margin-top: 1%;
               margin-bottom: 1%;}


p.search-title {
    margin-top: 8px;
    margin-bottom: 5px;
    font-size: 18px;
}

.columnsearchall{    width: 76%;
                     text-align: left;
                     border-bottom: 1px solid #f5f5f5;
                     margin-top: 20px;
                     background-color: #ffffff;
                     height: 140px;
                     padding-top: 2%;
                     margin-left: 12%;}

.changecolor1{color:  rgb(195, 1, 116);}
.changecolor2{color: rgb(0, 71, 111);}
.changecolor3{color: #00a654;}
.changecolor4{color: #ee1c25;}
.changecolor5{color:  #0084b5 ;}
.changecolor6{color:  #2fbdae;}


.columnsearchall ul{list-style: none;}


.icon-counter4 {
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    margin: 4%;}

.columnsearchtitle{width: 40%;float: left;text-transform: capitalize;}

.columnsearchbtn{width: 53%;
                 float: left;   
                 align-items: center;
                 -webkit-box-pack: center!important;
                 -ms-flex-pack: center!important;
                 justify-content: center!important;
                 vertical-align: middle;
                 margin: 10px 0px;}


.columnclinic{    
    width: 24%;
    float: right;}


.columnspecial{
    width: 23%;
    float: left;
    text-align: center;
    background-color: #464646;
    margin: 11px;
    padding-top: 5%;
    color: #fff;
    border-radius: 4px;
    background-image: url(..//images/textured-overlay.png);
    background-position: right;
    height: 230px;
    position: relative;
}

.columnspecial p{text-transform: capitalize;}

.btn.btn-primary.btn-lg.btn-learn.specialization{margin-top: 10%;
                                                 border: 2px solid white;
                                                 border-radius: 6px;
                                                 padding-top: 9% !important;
                                                 padding-bottom: 4% !important;
                                                 padding-left: 10% !important;
                                                 padding-right: 10% !important;
                                                 background-color: #717171;
                                                 background-image: url(../images/btn.png);
                                                 background-size: cover;
                                                 background-position: center;
                                                 color: #3a3a3a;
                                                 font-weight: 800;
                                                 margin-right: 13%;
                                                 width: 90%;}


.btn.btn-primary.btn-lg.btn-learn.specialization2{margin-top: 0%;
                                                  border: 2px solid white;
                                                  border-radius: 6px;
                                                  padding-top: 5% !important;
                                                  padding-bottom: 5% !important;
                                                  padding-left: 22% !important;
                                                  padding-right: 22% !important;
                                                  background-color: #717171;
                                                  background-image: url(../images/btn.png);
                                                  background-size: cover;
                                                  background-position: center;
                                                  color: #3a3a3a;
                                                  font-weight: 800;
                                                  font-size: 15px;}

.btn.btn-primary.btn-lg.btn-learn.searchpharmacy{

    background-color: rgb(195, 1, 116);
    margin-top: 0;
    border: 2px solid white;
    border-radius: 7px;
    padding-top: 2% !important;
    padding-bottom: 2% !important;
    padding-left: 4% !important;
    padding-right: 2% !important;
    color: #ffffff;
    font-weight: 800;
    font-size: 11px;
}


.btn.btn-primary.btn-lg.btn-learn.searchhospital{

    background-color: rgb(0, 71, 111);
    margin-top: 0;
    border: 2px solid white;
    border-radius: 7px;
    padding-top: 2% !important;
    padding-bottom: 2% !important;
    padding-left: 3% !important;
    padding-right: 4% !important;
    color: #ffffff;
    font-weight: 800;
    font-size: 12px;

}

.btn.btn-primary.btn-lg.btn-learn.searchcenter{

    background-color: #00a654;
    margin-top: 0;
    border: 2px solid white;
    border-radius: 7px;
    padding-top: 2% !important;
    padding-bottom: 2% !important;
    padding-left: 4% !important;
    padding-right: 2% !important;
    color: #ffffff;
    font-weight: 800;
    font-size: 11px;
}

.btn.btn-primary.btn-lg.btn-learn.searchxray{
    margin-top: 0;
    border: 2px solid white;
    border-radius: 7px;
    padding-top: 2% !important;
    padding-bottom: 2% !important;
    padding-left: 4% !important;
    padding-right: 2% !important;
    color: #ffffff;
    font-weight: 800;
    font-size: 11px;
    background-color: #ee1c25;

}


.btn.btn-primary.btn-lg.btn-learn.searchmedical{


    background-color: #0084b5;
    margin-top: 0;
    border: 2px solid white;
    border-radius: 7px;
    padding-top: 2% !important;
    padding-bottom: 2% !important;
    padding-left: 4% !important;
    padding-right: 2% !important;
    color: #ffffff;
    font-weight: 800;
    font-size: 11px;

}

.btn.btn-primary.btn-lg.btn-learn.searchclinic{

    background-color: #2fbdae;
    margin-top: 0;
    border: 2px solid white;
    border-radius: 7px;
    padding-top: 2% !important;
    padding-bottom: 2% !important;
    padding-left: 4% !important;
    padding-right: 2% !important;
    color: #ffffff;
    font-weight: 800;
    font-size: 11px;
}


.btn.btn-primary.btn-lg.btn-learn.specialization:hover{background-color: #35a59b !important;}

.btn.btn-primary.btn-lg.btn-learn.searchhospital:hover .icon-counter4{color: #35a59b!important;}

.btn.btn-primary.btn-lg.btn-learn.specialization2:hover{background-color: #35a59b !important;}
.btn.btn-primary.btn-lg.btn-learn.searchhospital:hover .icon-counter4{color: #35a59b!important;}
.btn.btn-primary.btn-lg.btn-learn.searchpharmacy:hover .icon-counter4{color: #35a59b!important;}
.btn.btn-primary.btn-lg.btn-learn.searchcenter:hover .icon-counter4{color: #35a59b!important;}
.btn.btn-primary.btn-lg.btn-learn.searchxray:hover .icon-counter4{color: #35a59b!important;}
.btn.btn-primary.btn-lg.btn-learn.searchclinic:hover .icon-counter4{color: #35a59b!important;}
.btn.btn-primary.btn-lg.btn-learn.searchmedical:hover .icon-counter4{color: #35a59b!important;}

.btn.btn-primary.btn-lg.btn-learn.searchpharmacy:hover
{background: #efefef !important;
 border-color: #51d3c8 !important;
 color: #34a59b !important;}

.btn.btn-primary.btn-lg.btn-learn.searchhospital:hover
{background: #efefef !important;
 border-color: #51d3c8 !important;
 color: #34a59b !important;}

.btn.btn-primary.btn-lg.btn-learn.searchcenter:hover
{background: #efefef !important;
 border-color: #51d3c8 !important;
 color: #34a59b !important;}

.btn.btn-primary.btn-lg.btn-learn.searchxray:hover
{background: #efefef !important;
 border-color: #51d3c8 !important;
 color: #34a59b !important;}


.btn.btn-primary.btn-lg.btn-learn.searchmedical:hover
{background: #efefef !important;
 border-color: #51d3c8 !important;
 color: #34a59b !important;}


.btn.btn-primary.btn-lg.btn-learn.searchclinic:hover
{background: #efefef !important;
 border-color: #51d3c8 !important;
 color: #34a59b !important;}


#characteristics{    width: 88%;
                     margin-top: 17%;}

.ads{width: 728px;height: 100px;background-color: blanchedalmond;box-shadow: 0px 0px 3px #8080809e;margin-bottom: 3%;}



.ads2{    width: 336px;
          height:280px;
          background-color: blanchedalmond;
          box-shadow: 0px 0px 3px #8080809e;
          margin-top:17%;
}


.ads3{    width: 300px;
          height:600px;
          background-color: blanchedalmond;
          box-shadow: 0px 0px 3px #8080809e;
          margin-top: 9%;
}


.ads4 {
    width: 336px;
    height: 280px;
    background-color: blanchedalmond;
    box-shadow: 0px 0px 3px #8080809e;
    margin-top: 17%;
    margin-left: 3%;}


.adsnew{
    width: 970px;
    height: auto;
    /*background-color: blanchedalmond;*/
    box-shadow: 0px 0px 3px #8080809e;
    margin-bottom: 2%;
    margin-left: 9%;
    margin-top: 2%;
}

.dateform{width: 33%;
          background-color: #ecf0f3;
          padding: 9px;
          background: #13426b14;
          border: 2px solid rgba(0, 0, 0, 0.1);
          border-radius: 5px;
          /*    margin-right: 1%;*/
}


.form-group.member.topbtns{    margin-top: -53%;}

.about-us{border: 4px solid #3ecec2;
          border-radius: 6px;
          padding: 4%;
          margin-top: -5%;
          background-color: #fff;
          direction: ltr;
          list-style: auto;
          padding-right: 30px;
          text-align: justify;
}


.colorlib-bg-section {
    background: #f2f3f7; }

.colorlib-departments,
#colorlib-services,
#colorlib-counter,
#colorlib-register,
.colorlib-pricing,
#colorlib-testimonial,
#colorlib-blog,
#colorlib-about,
.colorlib-doctor,
#colorlib-contact,
#colorlib-footer {
    padding: 7em 0;
    clear: both; }


#colorlib-about{ 
        direction: rtl;
    background-size: contain;
    background-position: bottom;
    background-image: url(..//images/line.png);
    background-repeat: no-repeat;
    /*
            padding-top: 1%;
        padding-bottom: 1%;
    */

}


@media screen and (max-width: 768px) {
    .colorlib-departments,
    #colorlib-services,
    #colorlib-counter,
    #colorlib-register,
    .colorlib-pricing,
    #colorlib-testimonial,
    #colorlib-blog,
    #colorlib-about,
    .colorlib-doctor,
    #colorlib-contact,
    #colorlib-footer {
        padding: 3em 0; } }

#colorlib-footer {
    padding: 21px 0px 0px 0px;
}


.banner {
    width: 100%;
    height: 500px;
    background-image: url(../images/1.jpg);
    background-position: center center;
    background-size: cover;
    margin-top: -21px;

}

.overlaybanner{    background-color: #000000ad;
                   display: list-item;
                   height: 500px;
                   position: relative;}


.container-banner {
    width: 100%;
    position: relative;
    text-align: center;
    color: white;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centered h1{color: #fff;}



.column3{width: 24%;
         float: right;
         display: inline-block;
         margin: 5px;
         text-align: center;
         height: 200px;
         border-radius: 6px;
         background-image: url(..//images/textured-overlay.png);
         background-size: cover;
         background-position: right;
         margin-bottom: 4%;
}


/*.column3:hover{filter: drop-shadow(0px 4px 4px black);}*/

.columncolor0{background-color:#e8931b; ;}
.columncolor1{background-color:#3dcec2 ;}
.columncolor2{background-color:#b3838a ;}
.columncolor3{background-color:#d66464 ;}
.columncolor4 {background-color: #19d4ae;}


.columncolor0:hover{background-color:#da8b1b; ;}
.columncolor1:hover{background-color:#1cb5a8 ;}
.columncolor2:hover{background-color:#a26d75 ;}
.columncolor3:hover{background-color:#b74b4b ;}
.columncolor4:hover {background-color: #13b594;}

.titleother{margin-top: 30%;
            font-size: 20px;}


.titleother2{margin-top: -13%;
             font-size: 14px;}


.column1{
    width: 70%;
    float: right;
    display: inline-block;
    /*    background-color: #04040480;*/
    margin: 25px;
    text-align: center;
    margin-right: 15%;
    /*    height: 100px;*/
    margin-left: 0;
    border-radius: 6px;
    height: auto;
    padding: 9px;
}




.about-img {
    margin-top: 0;
    margin-bottom: 0em;
    border: 5px solid #dadada;
    border-radius: 50%;
    width: 40%;
    margin-left: 0%;
    /* filter: drop-shadow(0 19px 11px); */
    padding:2%;
    color: #00000038;
    box-shadow: 0px 0px 50px;
}

.rowcategory{
    background-color: #fffaf8d1;
    padding: 1%;
    box-shadow: 1px 0px 5px #8080801f;
    margin: 2%;
    background-image: url('https://image.freepik.com/free-vector/abstract-medical-wallpaper-template-design_53876-61805.jpg');
    background-size: cover;
    background-position: bottom;
}


@media screen and (max-width: 768px) {
    .about-img {
        margin-top: 0; } }

.fancy-collapse-panel .panel-default > .panel-heading {
    padding: 0; }

.panel-heading a {
    padding: 15px 25px 15px 50px;
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    background-color: #3c97e8;
    color: #fff;
    position: relative;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important; }

.panel {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    border: none; }

.panel-heading a:after {
    font-family: "icomoon";
    content: "\ea0e";
    position: absolute;
    left: 20px;
    font-size: 20px;
    font-weight: 400;
    top: 50%;
    line-height: 1;
    margin-top: -12px; }

.panel-heading a.collapsed:after {
    content: "\ea1c"; }

.panel-heading a.collapsed {
    background: #fff;
    border: 1px solid #e6e6e6 !important;
    color: #333333; }

.panel-body {
    padding: 1.5em;
    margin-top: 5px;
    border: 1px solid #e6e6e6 !important; }

.services-flex, .one-full-flex {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap; }

.services-no-flex .one-fifth {
    float: left; }

#colorlib-services .one-fifth {
    width: 20%;
    border: 1px solid #e6e6e6;
    border-left: none;
    padding: 1.5em 2em; }
#colorlib-services .one-fifth:first-child {
    border-left: 1px solid #e6e6e6 !important; }
#colorlib-services .one-fifth.no-border-bottom {
    border-bottom: 0; }
@media screen and (max-width: 768px) {
    #colorlib-services .one-fifth {
        width: 100%;
        border: 1px solid #e6e6e6;
        margin-bottom: 5px; }
    #colorlib-services .one-fifth:first-child {
        border-left: 1px solid #e6e6e6 !important; }
    #colorlib-services .one-fifth.no-border-bottom {
        border-bottom: 1px solid #e6e6e6 !important; } }

#colorlib-services .one-forth {
    width: 40%;
    padding: 2em; }
@media screen and (max-width: 768px) {
    #colorlib-services .one-forth {
        width: 100%; } }

#colorlib-services .head {
    text-align: left; }
#colorlib-services .head h2 {
    font-size: 32px;
    margin-bottom: 0;
    font-weight: 600; }

#colorlib-services .services-wrap-flex {
    width: 80%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap; }
@media screen and (max-width: 768px) {
    #colorlib-services .services-wrap-flex {
        width: 100%; } }
#colorlib-services .services-wrap-flex .one-fifth {
    width: 25%;
    border-left: none !important; }
@media screen and (max-width: 768px) {
    #colorlib-services .services-wrap-flex .one-fifth {
        width: 100%;
        border: 1px solid #e6e6e6 !important; } }
#colorlib-services .services-wrap-flex .one-half {
    width: 75%; }
@media screen and (max-width: 768px) {
    #colorlib-services .services-wrap-flex .one-half {
        width: 100%; } }
#colorlib-services .services-wrap-flex .one-half .one-fifth {
    width: 33.3333333%; }
@media screen and (max-width: 768px) {
    #colorlib-services .services-wrap-flex .one-half .one-fifth {
        width: 100%; } }
#colorlib-services .services-wrap-flex .one-half .one-full-flex .services-desc {
    padding: 2em; }
@media screen and (max-width: 768px) {
    #colorlib-services .services-wrap-flex .one-half .one-full-flex .services-desc {
        border: 1px solid #e6e6e6 !important; } }

.services {
    margin-bottom: 40px; }
.services .icon {
    display: block;
    margin-bottom: 30px; }
.services .icon i {
    font-size: 50px;
    line-height: 1.0;
    background: #3c97e8;
    /* Old browsers */
    background: -moz-linear-gradient(left, #43DDE6 0%, #3c97e8 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #43DDE6 0%, #3c97e8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#43DDE6), to(#3c97e8));
    background: -o-linear-gradient(left, #43DDE6 0%, #3c97e8 100%);
    background: linear-gradient(left, #43DDE6 0%, #3c97e8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43DDE6', endColorstr='#3c97e8',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    text-fill-color: transparent; }
.services .desc h3 {
    line-height: 1.3;
    font-size: 20px;
    font-weight: 500; }
.services .desc h3 a {
    color: #000; }
.services .desc span {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
    color: #3c97e8; }

.services-2 {
    margin-bottom: 40px;
    padding: 0.5em;
    -webkit-box-shadow: 0px 11px 40px -13px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 11px 40px -13px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 11px 40px -13px rgba(0, 0, 0, 0.14);
}
.services-2 .icon {
    display: block;
    margin-bottom: 30px; }
.services-2 .icon i {
    font-size: 50px;
    line-height: 1.0;
    background: #3c97e8;
    /* Old browsers */
    background: -moz-linear-gradient(left, #43DDE6 0%, #3c97e8 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #43DDE6 0%, #3c97e8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#43DDE6), to(#3c97e8));
    background: -o-linear-gradient(left, #43DDE6 0%, #3c97e8 100%);
    background: linear-gradient(left, #43DDE6 0%, #3c97e8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43DDE6', endColorstr='#3c97e8',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    text-fill-color: transparent; }
.services-2 .desc h3 {
    line-height: 1.3;
    font-size: 20px;
    font-weight: 500; }
.services-2 .desc h3 a {
    color: #000; }
.services-2 .desc span {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
    color: #3c97e8; }

#colorlib-counter {
    padding: 1.8em 0;
    z-index: 1;
    margin-top: -114px;
    /* background-color: white; */
    padding-top: 36px;
    padding-bottom: 49px;
}

.colorlib-counters {
    padding: 2em 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
}



#colorlib-counter.logosclient{    background-image: url(..//images/clients-bg.jpg);  background-color: #51d3c8;
                                  height: 347px;
                                  padding-top: 4%;
}
.colorlib-counters .overlay {
    position: absolute;
    top: 14px;
    bottom: -5px;
    left: 0;
    right: 0;
    content: '';
    background: #3dcec2;
    /* Old browsers */
    background: -moz-linear-gradient(left, #43DDE6 0%, #3c97e8 100%);
    /* FF3.6-15 */
    background: #3dcec2;
    /* Chrome10-25,Safari5.1-6 */
    background: #3dcec2;
    background: -o-linear-gradient(left, #43DDE6 0%, #3c97e8 100%);
    background: #3dcec2;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43DDE6', endColorstr='#3c97e8',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    opacity: .9;
    margin-left: 0%;
    width: auto;
     margin: 0 390px;
    /*    box-shadow: 0px 2px 9px #cececeb8;*/
    box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
}
.colorlib-counters .colorlib-counter {
    font-size: 44px;
    display: inline-block;
    color: white;
    width: 100%;
    font-weight: 400;
    margin-bottom: 0; }
.colorlib-counters .colorlib-counter-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin-bottom: 1em;
    display: block;
    font-weight: 500; }
.colorlib-counters .icon {
    position: absolute;
    top: 0;
    left: 0; }
.colorlib-counters .icon i {
    font-size: 40px;
    color: #fff; }
.colorlib-counters .desc {
    position: relative; }
@media screen and (max-width: 768px) {
    .colorlib-counters .desc {
        text-align: center; } }
.colorlib-counters .desc p.wrap {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    padding-left: 45px; }
.colorlib-counters .desc p.wrap span {
    display: inline-block !important; }

.choose {
    direction: rtl;
    margin-bottom: 3%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%;
    float: right;
    background: #3c97e8;
    /* Old browsers */
    background: -moz-linear-gradient(right, #30bfb3 0%, #befffa 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(right, #30bfb3 0%, #befffa 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, right top, left top, from(#befffa), to(#30bfb3));
    background: -o-linear-gradient(right, #30bfb3 0%, #befffa 100%);
    background: linear-gradient(right, #30bfb3 0%, #befffa 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30bfb3', endColorstr='#befffa',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }


.mission{color: #39c3b7;}

.vision{color: #39c3b7;}


.about-services{color: #39c3b7; text-align: center;font-size: 30px;}

.choose .half {
    width: 50%;
    display: inline;
    z-index: 0; }
@media screen and (max-width: 768px) {
    .choose .half {
        width: 100%; } }

.features-wrap {
    padding: 2em;
    z-index: 1;
    margin-right: -7.5em;}


@media screen and (max-width: 768px) {
    .features-wrap {
        padding: 2em;
        margin-left: 0; } }

.features-services {
    padding: 2.5em;
    background: #fff; }

.features {
    text-transform: capitalize;
        direction: ltr;
    position: relative;
    margin-bottom: 60px; }
.features h3 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500; }
.features .icon {
    position: absolute;
    top: 0;
    left: 0; }
.features .icon i {
    font-size: 40px;
    background: #3c97e8;
    /* Old browsers */
    background: -moz-linear-gradient(left, #43DDE6 0%, #3c97e8 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #43DDE6 0%, #3c97e8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#43DDE6), to(#3c97e8));
    background: -o-linear-gradient(left, #43DDE6 0%, #3c97e8 100%);
    background: linear-gradient(left, #43DDE6 0%, #3c97e8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43DDE6', endColorstr='#3c97e8',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    text-fill-color: transparent; }
.features .desc {
    padding-left: 60px; }

.blog-img,
.blog-img-2,
.doctor-img,
.services-img,
.img-bg,
.img-user {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative; }

.colorlib-video {
    display: table;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 500px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px; }
@media screen and (max-width: 992px) {
    .colorlib-video {
        height: 450px; } }
.colorlib-video a {
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
.colorlib-video a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 40px; }
.colorlib-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
.colorlib-video:hover .overlay {
    background: rgba(0, 0, 0, 0.7); }
.colorlib-video:hover a {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.colorlib-social-icons {
    margin: 0;
    padding: 0; }
.colorlib-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
.colorlib-social-icons li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #3c97e8;
    padding-left: 10px;
    padding-right: 10px; }
.colorlib-social-icons li a i {
    font-size: 20px; }

.form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    color: #fff;
}


.btncontact{width: 100%;    margin-bottom: 3%;}

.btnmember{    width: 20%;
               margin-top: 0;
               margin-bottom: 4%;}


.formcontact{direction: ltre;}

.titlecontact{    
    text-transform: capitalize;
    color: #3dcec2;
    text-align: left;}

#subtitle{margin-top: 1%;}

.contact-info-wrap {
    margin-bottom: 3em;
    direction: rtl;
    /*    background-color: #424242;*/
    padding-top: 3%;
    padding-bottom: 1%;
    color: #ffffff;
    padding-right: 3%;
    /*
    background-image: url(..//images/textured-overlay.png);
    background-size: cover;
    background-position: center;
    */
    text-align: left;
}

.contact-info-wrap p{margin-bottom: 5px;}
.contact-info-wrap p.address {
    display: inline-flex;
}

#containercontact{background-color: #505050;
                  /*    box-shadow: 0px 0px 7px grey;*/
                  box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
                  background-image: url(..//images/textured-overlay.png);
                  background-size: cover;
                  background-position: center;}

.contact-info-wrap a{color: #ffffff;}

.contact-info-wrap p span {
    padding-left: 0px;
    color: #3dcec2;
    padding-right: 4px;}

.contact-info-wrap p span i {
    font-size: 20px;
    color: #3c97e8; }



/*membership application*/

#memberapplicationcontainer{    box-shadow: 0px 0px 8px #80808036;    margin-top: -4%; background-color: #fff; padding-bottom: 1%;}

#memberapplicationcontainer2{    box-shadow: 0px 0px 8px #80808036;    margin-top: 2%; margin-bottom: 4%;  padding-top: 1%; background-color: #fff;}

.pagemembership{ background-color: #e4e4e445;}

.smalltitle{ 
    color: #a7a7a7;
    font-size: 16px;
    margin: 0;
    font-weight: 300;
}

.btn.btn-lg.btn-learn.memberbtn {
    padding: 0 0px !important;
    margin-top: 45%;
    font-size: 24px;
    border-radius: 4px;
    width: 35px;
    height: 35px;
    background-color: #3dcec2;
    border: 2px solid #1fa298;
    line-height: 1.2;}


.columnmember{
    float: left;
    width: 20%;
    display: inline-block;
    text-align: center;
    margin: 5px 13px;}

.columnmember2{
    float: left;
    width: 5%;
    display: inline-block;
    text-align: center;
    margin: 5px;}


.imgid.columnmember{margin-left: -3%;}

.newtop{margin-top: 4%;}

#newleft{ margin-right: 40PX;}


.form-group.member label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    color: #095482;
text-transform: capitalize;}

.form-control.member2 {
    background: #13426b14;
    border: 2px solid rgba(0, 0, 0, 0.1);
    color: #000;
text-transform: capitalize;}





/*about***********/


.columnservices{    
    width: 18%;
    float: right;
    display: inline-block;
    margin: 19px;
    text-align: center;
    height: 410px;
    border-radius: 6px;
    background-image: url(..//images/textured-overlay.png);
    background-size: cover;
    background-position: right;
    margin-bottom: 4%;}

.titleservices {
    margin-top: 19px;
    font-size: 20px;
    margin-bottom: 8%;
text-transform: capitalize;}


.imgservices{  
    width: 97%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-top: 5px;}


.paragraphservices{    color: #fff;
                       padding: 3%;
                       text-align: justify;
                       direction: ltr;
                       margin-top: -5%;}

.text-guideabout {
    margin-bottom: 3%;
    margin-top: 3%;
    direction: rtl;
}

.colorlib-heading {
    margin-bottom: 5em; }
.colorlib-heading h2 {
    font-size: 38px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #000;
    position: relative;
    display: block;
    font-weight: 500; }
@media screen and (max-width: 768px) {
    .colorlib-heading h2 {
        font-size: 28px; } }

#colorlib-blog {
    position: relative; }

.blog-img {
    height: 250px;
    width: 100%;
    display: block; }

.blog-entry {
    display: block;
    margin-bottom: 3em; }
.blog-entry .desc {
    padding: 1.5em;
    -webkit-box-shadow: 0px 11px 40px -13px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 11px 40px -13px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 11px 40px -13px rgba(0, 0, 0, 0.14); }
.blog-entry .desc h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5; }
.blog-entry .desc h3 a {
    color: #000; }
.blog-entry .desc .date {
    font-size: 14px; }
.blog-entry .desc .date span {
    color: #b3b3b3;
    margin-right: 10px; }
.blog-entry .desc .date span a {
    color: #3c97e8; }

.block-27 ul {
    padding: 0;
    margin: 0; }
.block-27 ul li {
    display: inline-block;
    margin-bottom: 4px; }
.block-27 ul li a, .block-27 ul li span {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #e6e6e6; }
.block-27 ul li.active a, .block-27 ul li.active span {
    background: #9bdf46;
    color: #fff;
    border: 1px solid transparent; }

.col-paddingbottom {
    padding-bottom: 4em !important; }

@media screen and (max-width: 768px) {
    .sidebar {
        padding-left: 0; } }

.sidebar .side {
    margin-bottom: 5em;
    padding: 2em;
    border: 1px solid #f0f0f0; }
.sidebar .side h2 {
    font-size: 18px;
    margin-bottom: 2em;
    text-transform: uppercase;
    font-weight: 700; }
.sidebar .side .list {
    margin: 0;
    padding: 0; }
.sidebar .side .list li {
    list-style: none;
    font-size: 18px;
    display: block;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 10px; }
.sidebar .side .list li a {
    padding-left: 34px;
    color: #000; }
.sidebar .side .list li a i {
    position: absolute;
    top: 5px;
    left: 0; }
.sidebar .side .list li a .badge {
    position: absolute;
    background: #3c97e8;
    top: 5px;
    right: 0;
    font-weight: 300; }
.sidebar .side .post {
    margin-bottom: 3em; }
.sidebar .side .post .blog-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    height: 100px;
    width: 100px; }
.sidebar .side .post .desc {
    padding-left: 120px; }
.sidebar .side .post .desc h3 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.7); }
.sidebar .side .post .desc span {
    display: block;
    margin-bottom: 6px;
    color: rgba(0, 0, 0, 0.3); }

.colorlib-doctor .owl-theme .owl-controls {
    position: absolute;
    bottom: -10px;
    left: 10px; }

.colorlib-doctor .owl-theme .owl-controls .owl-nav [class*=owl-] {
    background: #fafafa;
    padding: .8em 1.5em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
.colorlib-doctor .owl-theme .owl-controls .owl-nav [class*=owl-] i {
    border: none;
    font-size: 20px;
    color: #000; }
.colorlib-doctor .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #e6e6e6; }
.colorlib-doctor .owl-theme .owl-controls .owl-nav [class*=owl-]:hover i {
    background: #e6e6e6;
    color: #000; }

.doctor-img {
    background-position: top center;
    height: 600px;
    position: relative; }

.doctor-desc {
    padding-top: 3em;
    padding-right: 2em; }
@media screen and (max-width: 768px) {
    .doctor-desc {
        padding-top: 0;
        margin-bottom: 3em; } }
.doctor-desc h3 {
    font-size: 32px; }
.doctor-desc .specialty {
    display: block;
    margin-bottom: 30px;
    color: #cccccc; }

.doctor {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 40px; }
.doctor .desc {
    margin-bottom: 10px;
    padding: 1.5em;
    -webkit-box-shadow: 0px 11px 40px -13px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 11px 40px -13px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 11px 40px -13px rgba(0, 0, 0, 0.14); }
.doctor .doc-img {
    margin-bottom: 30px; }
.doctor .staff-img {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    display: table; }
.doctor .colorlib-social {
    margin: 40px 0 0 0;
    padding: 0;
    font-size: 14px;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
.doctor .colorlib-social li {
    display: inline-block;
    padding: 0; }
.doctor .colorlib-social li a {
    display: table;
    width: 40px;
    height: 40px;
    border: 1px solid #f2f2f2;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
.doctor .colorlib-social li i {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color: #cccccc; }
.doctor h2 {
    margin-bottom: 10px; }
.doctor h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500; }
.doctor h3 a {
    color: #000; }
.doctor span {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #999999; }
.doctor .contact-info h2 {
    margin-bottom: 30px; }
.doctor .contact-info p {
    font-size: 18px;
    display: block;
    padding: 1.5em;
    background: whitesmoke;
    position: relative; }
.doctor .contact-info p i {
    font-size: 24px;
    color: #9bdf46;
    padding-right: 20px; }

.schedule {
    width: 100%;
    padding: 2em;
    background: whitesmoke;
    position: relative;
    margin-bottom: 10px; }
.schedule .icon {
    position: absolute;
    top: 2.5em;
    left: 2em; }
.schedule .icon i {
    font-size: 34px;
    color: #9bdf46; }
.schedule .desc {
    padding-left: 60px; }
.schedule .desc span {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #000; }
.schedule .desc h4 {
    font-size: 18px;
    margin-bottom: 8px; }

.btn-big {
    display: block;
    width: 100%;
    float: left; }
.btn-big a {
    width: 100%;
    float: left;
    display: block;
    font-size: 20px;
    padding: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }

.department-wrap {
    width: 100%; }
.department-wrap .grid-1, .department-wrap .grid-2 {
    width: 100%; }
@media screen and (max-width: 768px) {
    .department-wrap .grid-1, .department-wrap .grid-2 {
        width: 100%; } }
.department-wrap .grid-1 {
    height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative; }
@media screen and (max-width: 768px) {
    .department-wrap .grid-1 {
        height: 300px; } }
.department-wrap .grid-2 {
    padding: 0;
    -webkit-box-shadow: 0px 11px 40px -13px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 11px 40px -13px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 11px 40px -13px rgba(0, 0, 0, 0.14); }
.department-wrap .grid-2 .desc {
    padding: 1em;
    padding-top: 2em; }
@media screen and (max-width: 768px) {
    .department-wrap .grid-2 .desc {
        padding: 1em; } }
.department-wrap .grid-2 .desc h2 {
    font-size: 22px; }
.department-wrap .department-info {
    margin-top: 40px;
    display: block; }
.department-wrap .department-info .block {
    margin-bottom: 10px;
    padding: 1em;
    background: whitesmoke;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
.department-wrap .department-info .block:hover {
    background: #9bdf46; }
.department-wrap .department-info .block:hover h2 a {
    color: #fff; }
.department-wrap .department-info .block:hover span {
    color: rgba(255, 255, 255, 0.7); }
.department-wrap .department-info .block h2 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400; }
.department-wrap .department-info .block h2 a {
    color: #000; }
.department-wrap .department-info .block span {
    font-size: 14px; }

.plan {
    margin: 0;
    padding: 0; }
@media screen and (max-width: 768px) {
    .plan {
        padding: 1em; } }
.plan li {
    list-style: none;
    font-size: 20px;
    margin: 0;
    display: block;
    padding: 15px 20px;
    margin-bottom: 10px;
    background: #fafafa; }
.plan li:hover {
    background: #9bdf46; }
.plan li:hover span {
    color: #fff; }
.plan li:hover span:last-child {
    color: #fff; }
@media screen and (max-width: 768px) {
    .plan li {
        font-size: 18px; } }
.plan li span {
    font-weight: 400;
    display: inline-block;
    color: #000; }
.plan li span:first-child {
    width: 85%; }
.plan li span:last-child {
    width: 15%;
    text-align: right;
    color: #3c97e8; }

.testimony {
    display: block;
    width: 100%;
    position: relative;
    padding: 0;
    padding-left: 160px; }
@media screen and (max-width: 768px) {
    .testimony {
        margin-bottom: 70px; } }
.testimony .img-user {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
.testimony .user {
    display: block;
    margin-bottom: 20px;
    color: #666666;
    font-size: 18px;
    font-weight: 500; }
.testimony blockquote {
    padding: 0;
    margin: 0 0 20px 0;
    border: none;
    font-weight: 300; }
.testimony blockquote .color i {
    color: #FFBC2C; }

#colorlib-testimonial .owl-theme .owl-controls {
    position: absolute;
    bottom: -10px;
    right: 10px; }

#colorlib-testimonial .owl-theme .owl-controls .owl-nav [class*=owl-] {
    background: transparent;
    padding: .5em 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
#colorlib-testimonial .owl-theme .owl-controls .owl-nav [class*=owl-] i {
    border: none;
    font-size: 20px;
    color: #000; }
#colorlib-testimonial .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: transparent; }
#colorlib-testimonial .owl-theme .owl-controls .owl-nav [class*=owl-]:hover i {
    background: transparent;
    color: #000; }





.linkright{margin-right: 20%;}

#linkright a{margin-right: 20%;}

#colorlib-footer {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff !important;
    background: #13426b;
    text-align: left;
    background-image: url(../images/footer.png); 
    /*  background-image: url(../images/clients-bg.png);*/
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
#colorlib-footer p {
    color: rgba(255, 255, 255, 0.7); 
    direction: ltr;
    text-align: justify;}

#colorlib-footer .colorlib-footer-links {
direction: rtl;
    padding: 0;
    margin: 0; }
#colorlib-footer .colorlib-footer-links li {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none; }
#colorlib-footer .colorlib-footer-links li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none; }
#colorlib-footer .colorlib-footer-links li a i {
    color: #3c97e8;
    padding-right: 8px; }
#colorlib-footer .colorlib-footer-links li a:hover {
    text-decoration: none;
    color: #ffffff;
    font-weight: 900;
}
#colorlib-footer .colorlib-widget {
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    #colorlib-footer .colorlib-widget {
        text-align: left; } }
#colorlib-footer .colorlib-widget h3 {
    margin-bottom: 33px;
    font-weight: 800;
    font-size: 19px;
    font-family: cairo;
    color: #31c3b9;
}
#colorlib-footer .form-group input[type="name"],
#colorlib-footer .form-group input[type="text"],
#colorlib-footer .form-group input[type="email"],
#colorlib-footer .form-group textarea {
    font-size: 14px; }
#colorlib-footer .form-group input[type="name"]::-webkit-input-placeholder,
#colorlib-footer .form-group input[type="text"]::-webkit-input-placeholder,
#colorlib-footer .form-group input[type="email"]::-webkit-input-placeholder,
#colorlib-footer .form-group textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.2); }
#colorlib-footer .form-group input[type="name"]:-moz-placeholder,
#colorlib-footer .form-group input[type="text"]:-moz-placeholder,
#colorlib-footer .form-group input[type="email"]:-moz-placeholder,
#colorlib-footer .form-group textarea:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.2); }
#colorlib-footer .form-group input[type="name"]::-moz-placeholder,
#colorlib-footer .form-group input[type="text"]::-moz-placeholder,
#colorlib-footer .form-group input[type="email"]::-moz-placeholder,
#colorlib-footer .form-group textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.2); }
#colorlib-footer .form-group input[type="name"]:-ms-input-placeholder,
#colorlib-footer .form-group input[type="text"]:-ms-input-placeholder,
#colorlib-footer .form-group input[type="email"]:-ms-input-placeholder,
#colorlib-footer .form-group textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2); }
#colorlib-footer .form-group input {
    background: rgba(0, 0, 0, 0.5);
    background: transparent;
    border: none;
    background: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: none;
    box-shadow: none; }
#colorlib-footer .form-group textarea {
    background: rgba(0, 0, 0, 0.5);
    background: transparent;
    border: none;
    background: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: none;
    box-shadow: none; }
#colorlib-footer .form-group #btn-submit {
    background: #3c97e8;
    color: #fff; }
#colorlib-footer .copyright {
    background: rgba(1, 22, 60, 0.65);
    padding: 1em;
}
#colorlib-footer .copyright .block {
    display: block; }
#colorlib-footer .copyright .block a {
    color: rgb(61, 206, 194);
}
#colorlib-footer .copyright p {
    margin-bottom: 0;text-align: center; }

#map {
    width: 100%;
    height: 600px;
    position: relative; }
@media screen and (max-width: 768px) {
    #map {
        height: 200px; } }

.appointment-wrap {
    border: 4px solid rgba(0, 0, 0, 0.03);
    padding: 3em; }

#colorlib-offcanvas {
    position: absolute;
    z-index: 1901;
    width: 270px;
    background: black;
    top: 0;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 75px 40px 40px 40px;
    overflow-y: auto;
    display: none;
    /* -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px); */
   transform: translateX(-310px);
      -moz-transform: translateX(-310px);
    -webkit-transform: translateX(-310px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
@media screen and (max-width: 768px) {
    #colorlib-offcanvas {
        display: block; } }
.offcanvas #colorlib-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
#colorlib-offcanvas a {
    color: rgba(255, 255, 255, 0.5); }
#colorlib-offcanvas a:hover {
    color: rgba(255, 255, 255, 0.8); }
#colorlib-offcanvas ul {
    padding: 0;
    margin: 0; }
#colorlib-offcanvas ul li {
    padding: 0;
    margin: 0;
    list-style: none; }
#colorlib-offcanvas ul li > ul {
    padding-left: 0; 
    display: block;
    padding-right: 20px;}

.iconnav{display: none;}


.top-right {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #000000;
    padding: 5px;
    float: right;
    border-top-right-radius: 4px;
    color: #51d3c8;
    font-size: 13px;
    text-transform: capitalize;
}

.top-left {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000000;
    padding: 5px;
    float: left;
    border-top-left-radius: 4px;
    color: #51d3c8;
    font-size: 13px;
     text-transform: capitalize;
}






#colorlib-offcanvas ul li.offcanvas-has-dropdown > a {
    display: block;
    position: relative; }
#colorlib-offcanvas ul li.offcanvas-has-dropdown > a:after {
    position: absolute;
    right: 0px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea1c";
    font-size: 20px;
    color: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
#colorlib-offcanvas ul li.offcanvas-has-dropdown.active a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.uppercase {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase; }

.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
.gototop.active {
    opacity: 1;
    visibility: visible; }
.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: #3dcec2;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    line-height: 2.9;
}
.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    font-size: 24px; }
.gototop a:hover, .gototop a:active, .gototop a:focus {
    text-decoration: none;
    outline: none; }

.colorlib-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
    margin-top: -10px; }
.colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after {
    background: #444; }
.colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active {
    outline: none;
    border-bottom: none !important; }
.colorlib-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
.colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 2px;
    background: #252525;
    position: absolute;
    left: 0;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
.colorlib-nav-toggle.colorlib-nav-white > i {
    color: #fff;
    background: #000; }
.colorlib-nav-toggle.colorlib-nav-white > i::before, .colorlib-nav-toggle.colorlib-nav-white > i::after {
    background: #000; }
.colorlib-nav-toggle.colorlib-nav-white.active > i {
    color: #fff;
    background: none; }
.colorlib-nav-toggle.colorlib-nav-white.active > i::before, .colorlib-nav-toggle.colorlib-nav-white.active > i::after {
    background: #fff; }

.colorlib-nav-toggle i::before {
    top: -7px; }

.colorlib-nav-toggle i::after {
    bottom: -7px; }

.colorlib-nav-toggle:hover i::before {
    top: -10px; }

.colorlib-nav-toggle:hover i::after {
    bottom: -10px; }

.colorlib-nav-toggle.active i {
    background: transparent; }

.colorlib-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg); }

.colorlib-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg); }

.colorlib-nav-toggle {
    position: absolute;
    right: 0px;
    top: 25px;
    z-index: 21;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 44px;
    z-index: 2001;
    border-bottom: none !important; }
@media screen and (max-width: 768px) {
    .colorlib-nav-toggle {
        display: block; } }

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 400;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 20px; }
.btn.btn-md {
    padding: 8px 20px !important; }
.btn.btn-lg {
    padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important; }

.btn-primary {
    background: #3dcec2;
    color: #fff;
    text-transform: capitalize;
    border: 2px solid #095482;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #006496 !important;
    border-color: #13426b !important;
}
.btn-primary.btn-outline {
    background: transparent;
    color: #9bdf46;
    border: 2px solid #9bdf46; }
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
    background: #9bdf46;
    color: #fff; }

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c; }
.btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important; }
.btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c; }
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
    background: #5cb85c;
    color: #fff; }

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de; }
.btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important; }
.btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de; }
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
    background: #5bc0de;
    color: #fff; }

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e; }
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important; }
.btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e; }
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
    background: #f0ad4e;
    color: #fff; }

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f; }
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important; }
.btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f; }
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
    background: #d9534f;
    color: #fff; }

.btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn.with-arrow {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
.btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
.btn.with-arrow:hover {
    padding-right: 50px; }
.btn.with-arrow:hover i {
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1; }

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #19191985;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 54px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;}

.form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #3c97e8; }

.row-pb-lg {
    padding-bottom: 7em !important; }

.row-pb-md {
    padding-bottom: 0em !important;
}

.row-pb-sm {
    padding-bottom: 2em !important; }

.colorlib-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff; }

.row-padded-mb {
    margin-bottom: 3em !important; }

.col-padded {
    margin: 0 !important;
    padding: 0 !important; }

.js .animate-box {
    opacity: 0; }

#sticky_item {
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
#sticky_item.is_stuck {
    margin-top: 10px; }

@media screen and (max-width: 992px) {
    .sticky-parent {
        clear: both;
        height: inherit !important;
        float: left;
        padding-top: 30px; } }













#mainnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#mainnav > ul > li {
    display: inline-block;
    padding: 0 6px;
}
#mainnav ul li {
    position: relative;
}
.header #mainnav > ul > li > a {
    line-height: 100px;
}
#mainnav > ul > li.home > a {
    color: #18ba60;
}
#mainnav > ul > li > a {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    margin: 0 15px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#mainnav ul.submenu {
    position: absolute;
    right: 0;
    top: 150%;
    margin-top: 15%;
    width: 300px;
    text-align: right;
    padding-right: 20%;
    padding-top: 13%;
    background-color: #30c7bb;
    z-index: 9999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#mainnav ul.submenu li:first-child {
    border-top: none;
}
#mainnav ul.submenu > li {
    border-top: 1px solid #333333;
}
#mainnav ul li ul li {
    margin-left: 0;
}
#mainnav ul.submenu > li > a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0 0 0 20px;
    line-height: 45px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#mainnav ul.submenu > li > a:hover{color: #094a73;}

#mainnav ul li:hover > ul.submenu {
    top: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}




/*career*/


.features-services.applyjob {
    padding: 2.5em;
    background: #fff;
    margin-right: -33%;
    box-shadow: 1px 1px 30px #383838;}

.choose.choosejob{background:  -webkit-gradient(linear, right top, left top, from(#56b6e6), to(#005179))}

.mission.careertitle{    
    font-weight: 800;
    margin: 3px 0 25px 0;
    font-size: 32px;
}

.btn-success.applybtn {
    background: #146187;
    color: #fff;
    border: 2px solid #166387;
    width: 19%;}

.btn-success.applybtn:hover, .btn-success.applybtn:focus, .btn-success.applybtn:active {
    background: #3dcec2 !important;
    border-color: #3dcec2 !important;}



.position-static{ position: static; }


.main-area{ position: relative; height: 100vh;  }


.title-services{
    text-align: center;
    margin-bottom: 2%;
    color: #00c3b3;
    font-size: 35px;
    font-weight: 900;
}

.grid {
    position: relative;
    margin: 0 auto;
    padding: 0em 0 0em;
    max-width: 1550px;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 350px;
    max-width: 300px;
    max-height: 450px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    background-color: #13426b;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 12px;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {

    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 100px);
    opacity: 0.4;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-80px,0,0);

}

figure.effect-lily figcaption {
    text-align: left;
}

figure.effect-lily figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em;
    width: 100%;
    height: 40%;
    padding-top: 4%;
    direction: ltr;
    text-align: justify;
}

figure.effect-lily figcaption:hover > div { background-color: #3dcec2e6;}

figure.effect-lily:hover h2{display: none;}

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    font-size: 30px;
}

figure.effect-lily p {
    color: rgba(255,255,255,0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
    opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}



.copyright {
    padding: 20px 0;
    margin-top: 0;
    background-color: #113b60;}

.copyright span,
.copyright a {
    color: #ffffff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }

.copyright a:hover {
    color:#00c3b3; }

.copyright-menu ul {
    text-align: right;
    margin: 0; }

.copyright-menu li {
    display: inline-block;
    padding-left: 5px; }

.copyright-menu .social-media a { border: 1px solid white;
                                  width: 30px;
                                  height: 30px;
                                  text-align: center;
                                  line-height: 1.7;
                                  border-radius: 50px;
                                  background-color: white;
                                  color: #113b60;}

/* ---------------------------------
3. LEFT SECTION
--------------------------------- */

.left-section{ float: left; position: relative;text-align: center; }

.left-section .logo{ position: absolute; top: 40px; height: 30px; }

.left-section .logo img{ height: 100%; width: auto; } 


.left-section .main-content{ padding:0 0 0 0;}

.left-section .main-content img{ width: 35%;    margin-top: 14%;}
/*.left-section .main-content2{ padding: 40px 40px 40px 0; }*/




.guidetitle-details{
    
    margin-top: 3%;
    font-size: 35px;
    margin-bottom: 2%;
    color: #00c3b3;}

.text-guideabout-details{   
    direction: rtl;
    margin-bottom: 0%;
    text-align: justify;
    margin: 4% 85px;
}

.tab-pane{  margin: 2% 0;}

.container-fancy{
    max-width: 100%;
    width: 100%;
    padding: 2rem 2rem;
    margin: 0 auto;
    direction: rtl;}

.main{position: relative!important;}

.main .container-fancy {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem;
    justify-content: center;
    align-items: center;
    background-color: #00c3b3;
    background-image: url(../images/textured-overlay.png);
    background-size: cover;
    background-position: center;
}
.main .card {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    color: #333333;
    border-radius: 2px;
}
.main .card-image {
    background: #ffffff;
    display: block;
    padding-top: 70%;
    position: relative;
    width: 100%;
}
.main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main .card-image:hover img {
    filter: opacity(0.5);
    transition: 0.5s;}

@media only screen and (max-width: 600px) {
    .main .container-fancy {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2rem;
        padding: 5%;
    }
}



.u-section-2 {
    background-image: url(../images/details-bg.png);
    background-position: 50% 50%;
    background-color: #dadada;}

.u-image{
    object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    background-position: 50% 100%;
    background-repeat: no-repeat;}

.u-sheet:not(.u-image):not(.u-video) {
    pointer-events: none;
}

.u-section-2 .u-sheet-1 {
    min-height: 670px;
}
@media (min-width: 1200px){
    .u-sheet {
        width: 1140px;}
}
.u-sheet {
    position: relative;
    width: 1140px;
    margin: 0 auto;}

.u-sheet:not(.u-image):not(.u-video) > * {
    pointer-events: auto;
    pointer-events: initial;
}
.u-section-2 .u-layout-wrap-1 {
    margin: 56px auto 56px 0;
}
.u-expanded-width {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;}

.u-clearfix:before, .u-clearfix:after {
    content: '';
    display: table;}

.u-layout-row {
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 100%;
    max-width: 100%;
}

.u-layout-col, .u-layout-row {
    flex: 1 1 100%;
}
.u-layout-col, .u-layout-row, .u-layout-col > * {
    display: flex;}

.u-gutter-0 .u-layout .u-layout-cell {
    border: 0px solid transparent;
}

.u-section-2 .u-layout-cell-1 {
    background-image: none;
    min-height: 558px;
}
.u-layout-row > .u-size-30 {
    flex: 0 0 50%;
    max-width: 50%;
}
.u-layout-cell, .u-group.u-opacity {
    background-color: transparent !important;
    opacity: 1;
}
.u-align-left {
    text-align: left;
}
.u-layout-cell {
    position: relative;
    display: flex;
    background-clip: padding-box;
    background-origin: padding-box;}

.u-layout-cell:before, .u-group.u-opacity:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;}

.u-section-2 .u-container-layout-1 {
    padding:30px 40px;
    direction: rtl;
    text-align: justify;
}

.u-valign-middle {
    justify-content: center;
}
.u-valign-middle, .u-valign-top, .u-valign-bottom {
    display: flex !important;
    flex-direction: column;}

.u-container-layout {
    position: relative;
    flex: 1;
    max-width: 100%;}

.u-section-2 .u-text-1{   
    margin-top: 0;
    font-size: 40px;
    margin-bottom: 0;
    color: #13426b;
    letter-spacing: -1px;
    font-weight: 600;}

.u-section-2 .u-line-1 {
    width: 100px;
    height: 0;
    transform-origin: right center;
    margin: 30px 0 0 0;
}
.u-line.u-line-horizontal {
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
}
.u-border-palette-2-base, .u-separator-palette-2-base:after {
    border-color: #00c3b3;
}
.u-border-3, .u-separator-3:after, .u-text.u-border-3, a.u-button-style.u-border-3 {
    border-width: 3px;}

[class*="u-border-"], .u-link[class*="u-border-"] {
    border-style: solid;}

.u-section-2 .u-text-2 {
    margin: 30px 0 0;}

.u-gutter-0 .u-layout .u-layout-cell {
    border: 0px solid transparent;
}

.u-section-2 .u-image-1 {
    min-height: 558px;
    /*    background-image: url(../images/services.jpeg);*/
}
.u-container-style:not([class*="u-align-"]) {
    text-align: left;
}
.u-layout-row > .u-size-30 {
    flex: 0 0 50%;
    max-width: 46%;}

.section.servicedetails{
    margin-bottom: 4%;
    padding: 0% 0 3%;
    background-image: url(../images/textured-overlay.png);
    background-color: #13426bed;
    background-size: cover;
    background-position: bottom;}
.section.servicedetails img{width: 100%;    border-radius: 5px; }

.section.servicedetails .guidetitle-details2 {
    margin-top: 3%;
    font-size: 30px;
    margin-bottom: 1%;
    color: #fff;
    font-weight: 600;}

.section.servicedetails .text-guideabout-details2 {
    direction: rtl;
    margin-bottom: 0%;
    text-align: justify;
    margin: 3% 0px 10% 25%;}

.vc_custom_1475068028116 {
    border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 0px !important;
    border-left-width: 0px !important;
    border-left-color: #59abb3 !important;
    border-right-color: #59abb3 !important;
    border-top-color: #59abb3 !important;
    border-bottom-color: #59abb3 !important;}

.space{height: 32px;}

.section_header h3{    
    font-size: 28px;
    color: #ffff;
    margin-bottom: 4%;
    /*    margin-left: 20%;*/
    line-height: 1.2;}

.section_header p{
    text-align: justify;
    direction: rtl;
    color: #ffff;
    /*    margin-left: 17%;*/
    line-height: 1.9;
    font-size: 16px;}

.section_header {margin:6% 5% 0 8%}

.box{    
    width: 12%;
    /* background-color: #00c3b3; */
    float: left;
    display: inline;
    margin: 6% 12px 15px;
    text-align: center;
}

.box img{width: 60%!important;}

.box .icon {
    background-color: #123f66;
    padding:35% 30% 45% 30%;
    border-radius: 20%;
}

.box p {
    margin: 20% 0;
    color: #113b60;
}
.box.tooltip {
    position: relative;
    /* display: inline-block; */
    /* border-bottom: 1px dotted black; */
    opacity: 1;
    cursor: pointer;
}

.box.tooltip .count-text.tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #123f67f0;
    color: #fff!important;
    text-align: center;
    border-radius: 6px;
    padding: 6px 10px;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    left: 0;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
    text-align: center!important;
}

.box.tooltip:hover .count-text.tooltiptext {
    visibility: visible;
    opacity: 1;
}

/*.content{margin-bottom: 22%;padding-top: 1%;}*/
.content{margin-bottom: 22%;padding-top: 1%;}


.line-divide{   
    background-size: contain;
    height: 130px;
    background-position: center;
    background-repeat: repeat-x;}

.offer-alert{    
    padding: 15px;
    margin-bottom: 0;
    margin: 3% auto;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #31c3b9;
    border-color: #ffffff;
    color: #3dcec2;
    background-color: #095482;
    border-color: #095482;
    width: 80%;
}

.offer-alert #subtitle4 {
    color: #ffffff;
    text-align: center;
    margin-top: 1%;
    margin-bottom: 2%;
    font-size: 22px;
    font-weight: 400;}

.offer-alert #subtitle4 span{    
    color: #3dcec2;
    font-weight: 600;
}

.membership-section{
    padding: 5em 0!important;}

.offer-card{
    background-color: #006496;
    color: white;
    padding: 1% 22px 1%;
    display: flex;
    text-align: center;
    display: inline-block;
    width: 48%;
    margin: 3px 9px;
    border-radius: 4px;
    box-shadow: 0px 0px 12px #80808078;
}


.row.inner-row2{    
    width: auto;
    direction: rtl;
    margin: 0 23% 0 20%;
    display: flex;
    justify-content: center;
    justify-items: center;
    padding-bottom: 2%;}

.paragraph-clients{ margin-top: 7%;
                    margin-right: 0;
                    float: left;
                    font-size: 17px;
                    color: #fff;
                    text-align: left;
                    direction: ltr;}

.image-client{  
    float: left;
    width: 225px;
    margin: 6% 50px;}

.paragraph-clients span{font-weight: bolder;
                        font-size: 20px;
                        line-height: 2;}

.paragraph-clients a{    
    text-decoration: underline;
    color: #3dcec2;
}

.colorlib-counters.clientsnew{   
    height: 600px;
    padding-top: 2%;
    background-image: url(..//images/clients-bg.jpg);}



.counter.fifth-counter{margin-left: 150px;}